PowerShell Pocket Reference by Lee Holmes

PowerShell Pocket Reference by Lee Holmes

Author:Lee Holmes
Language: eng
Format: epub
Publisher: O'Reilly Media
Published: 2021-04-28T00:00:00+00:00


# [to end of line]

Comment form allowed when the regular expression has the IgnoreWhitespace option enabled.

PS > "Test" -match '(?x)Test # Matches Test' True

Table 2-10. Character escapes: character sequences that represent another character Escaped character Match

<ordinary characters>

Characters other than . $ ^ { [ ( | ) * + ? \ match themselves.



A bell (alarm) .



A backspace  if in a [] character class. In a regular expression,  denotes a word boundary (between \w and \W characters) except within a [] character class, where  refers to the backspace character. In a replacement pattern,  always denotes a backspace.



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.